GetDescriptionForTable(String,Collection<String>,OracleConnection) Method
On this page
Returns a
Microsoft.Synchronization.Data.DbSyncTableDescription object that contains information about the specified table with the specified subset of its columns in an Oracle database.
Syntax
Parameters
- tableName
- The name of the table to get description for.
- columnNames
- A list of columns for which to retrieve information.
- connection
- A Devart.Data.Oracle.OracleConnection object that contains a connection to the database with the provisioned table to get description for.
Return Value
A
Microsoft.Synchronization.Data.DbSyncTableDescription object that contains information about the specified table in an Oracle database.
See Also